home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
151-175
/
disk_156
/
flex
/
flex2
/
patch.1
< prev
next >
Wrap
Text File
|
1992-05-06
|
561b
|
26 lines
Greg Lee mentioned a bug regarding "\^" not correctly matching a caret
in the input. This is due to a throw-back to the dark ages, and the
fix follows.
revision 1.3
*** scan.l Thu May 5 14:32:53 1988
--- /tmp/da1563 Thu May 5 14:36:11 1988
***************
*** 48,54 ****
SCNAME {NAME}
! ESCSEQ \\([^\n]|0[0-9]{1,3})
%%
static int bracelevel, didadef;
--- 48,54 ----
SCNAME {NAME}
! ESCSEQ \\([^^\n]|"^".|0[0-9]{1,3})
%%
static int bracelevel, didadef;